home *** CD-ROM | disk | FTP | other *** search
/ EuroCD 3 / EuroCD 3.iso / Programming / BlitzBasic / VS-Includes / ASLRequestLib / ASLRequestLib.DOC < prev   
Encoding:
Text File  |  1998-06-24  |  1.9 KB  |  61 lines

  1.                               
  2.                                 ASLRequestLib
  3.                                 =============
  4.                                  Version 1.01
  5.                              Last Updated 21/7/94
  6.  
  7.                                By Mark Tiffany
  8.  
  9.    Well - here's another little include file for you Blitzers - one that
  10. dispenses with the crappy built in aslrequester for blitz, and produces a nice(r)
  11. way of doing it, and making it a bit more user-friendly.
  12.  
  13.    Three functions (well two and a statement but you know what I mean)
  14.  
  15. Pointer to asl struct = ASLFR_SETUP{X,Y,Width,Height}  (zero if failed)
  16. File(With path)       = ASLFR{Window,Title$,Path$,File$,Pattern$}
  17. ASLFR_KILL{}
  18.  
  19. The first one must be called at the start of the program to get things ready.
  20. Then use the middle one whenever you want to get filenames.
  21. And call the last one right at the end to free the memory.
  22.  
  23. Gosh - Lots and Lots.  Hmmmm - Well it was only ever intended for my use, but
  24. I've tidied it up and it should work fine for the rest of you now.
  25.  
  26. If you use it then I might like a comment in the docs.....
  27.  
  28. And again, as with the ToolTypes Lib - which should now be in the IntuiLib -
  29. anyone can convert them to a proper lib if they like - I really dont know how
  30. to do that - YET!
  31.  
  32. Feel free to contact me at
  33.  
  34.    37 Norfolk Road,Littlehampton,West Sussex,BN17 5PW,ENGLAND
  35.  
  36. or at PHY93003@bham.ac.uk before 9th July 94.
  37.  
  38. I suppose I need a DISCLAIMER.....
  39.  
  40. Waffle, waffle, waffle, bore, bore no liability, etc, waffle....Geography....
  41. sociology, waffle....
  42.  
  43. Sorry - got carried away there!  Anyway - you cant hold me responsible at all
  44. for what my code may do to your machine or whatever you do with it or anything.
  45. And theres no warranty either so HA! Got you there Didnt I?  Eh?   Eh?
  46.  
  47. Updates?  Ok then....
  48.  
  49. V1.01
  50. =====
  51.    ASLFR_SETUP really does return a pointer now - Function is now .l not .b type.
  52.  
  53. V1.00
  54. =====
  55.    Surprise, Surprise!  First Version!
  56.  
  57. Thats all folks!
  58.  
  59.       Mark Tiffany
  60.  
  61.